$Str_Prompt_PrinterPort = "The driver software works with several different printer models. To function properly, it must know what type of printer is attached.\n\nPlease select your printer model and port below."
$Str_Prompt_Port = "Your printer can be connected to your computer through one of the ports listed below.\n\nPlease select the port which you will be using."
$Str_Prompt_BothDrivers = "You have installed both language drivers for this printer. Choose one as the default."
$Str_CompName_DemoPS = "PostScript Test Pages"
; >>>
; >>> END OF NLS -- Stop translating here
; >>>
;
; The name of the misc scripts directory on the server
;
;$Dir_Scripts = "scripts"
;
; Other globals...
;
$Str_Optra_R = "Lexmark Optra R LaserPrinter"
$Str_Optra_L = "Lexmark Optra L LaserPrinter"
$Str_Optra_LX = "Lexmark Optra Lx LaserPrinter"
$Str_Optra_RX = "Lexmark Optra Rx LaserPrinter"
$Str_Optra_RT = "Lexmark Optra Rt LaserPrinter"
$Str_Optra_Rp = "Lexmark Optra R plus LaserPrinter"
$Str_Optra_RTp = "Lexmark Optra Rt plus LaserPrinter"
$Str_Optra_LXp = "Lexmark Optra Lx plus LaserPrinter"
$Str_Optra_LXIp = "Lexmark Optra Lxi plus LaserPrinter"
$Str_Rainbow = "Lexmark Optra C PS2"
$Str_OptraN = "Lexmark Optra N"
$Str_Sunflower = "Lexmark Sunflower"
$Str_Rockwell_150c = "Lexmark WinWriter 150c"
$Str_Ruby = "Lexmark Color 4079 plus PS2"
$Force_Printer_Type = ""
$Printer_Type = $Force_Printer_Type
$Force_Port = ""
$Port = $Force_Port
$Print_Sample = $YES
$Printer_Becomes_Default = $YES
$ConnectionTested = "N"
$MVWinINISection = "MarkVision"
;
; Globals from other scripts. Defining them in this way allows the file to
; still be parsable regardless of the ordering of files.